home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- if rollOver(2) then
- set the visible of sprite 20 to 1
- else
- set the visible of sprite 20 to 0
- end if
- if rollOver(3) then
- set the visible of sprite 21 to 1
- else
- set the visible of sprite 21 to 0
- end if
- if rollOver(4) then
- set the visible of sprite 24 to 1
- else
- set the visible of sprite 24 to 0
- end if
- if rollOver(5) then
- set the visible of sprite 25 to 1
- else
- set the visible of sprite 25 to 0
- end if
- if rollOver(6) then
- set the visible of sprite 26 to 1
- else
- set the visible of sprite 26 to 0
- end if
- if rollOver(7) then
- set the visible of sprite 23 to 1
- else
- set the visible of sprite 23 to 0
- end if
- if rollOver(8) then
- set the visible of sprite 22 to 1
- else
- set the visible of sprite 22 to 0
- end if
- if rollOver(9) then
- set the visible of sprite 27 to 1
- else
- set the visible of sprite 27 to 0
- end if
- go(the frame)
- end
-